From: Eli Zaretskii Date: Sun, 20 Sep 2009 16:44:50 +0000 (+0000) Subject: Fix a comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10375 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ae7274a8b7b62ee6c3550755ef668991d166a3ac;p=emacs.git Fix a comment. --- diff --git a/src/xdisp.c b/src/xdisp.c index d0916f7f0bd..f280a5a949d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -14886,7 +14886,8 @@ try_window_id (w) if (!NILP (w->region_showing)) GIVE_UP (10); - /* Can use this if overlay arrow position and or string have changed. */ + /* Can't use this if overlay arrow position and or string have + changed. */ if (overlay_arrows_changed_p ()) GIVE_UP (12);